home *** CD-ROM | disk | FTP | other *** search
- ;//****************** ARCADE COURSE SIMPLE (A1) *************************
- new Container
- {
- name "container_arcade_course_simple"
- z 1
-
- background "data/menus/i_bg_arcade_640_0.nif"
-
-
- on_idle ActionIdleManager
- {
- current_menu 10
- }
-
-
-
-
- new MenuButton
- {
- name "titre_fenetre_course_simple"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- visible 1
- text "Arcade"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new MenuButton
- {
- ;// Config du kart
- x 0.012
- y 0.75
- text "Kart"
- text2 "Setup"
- text_size 0.19
-
- change_script "menu_arcade_config_kart.txt"
- change_container "container_arcade_champ_config_kart_single"
- change_nofade "true"
- }
- new MenuButton
- {
- ;// Course simple
- x 0.012
- y 0.85
- text "Basic"
- text2 "Race"
- text_initial_color <0,0.66,1,1>
- highlight_image ""
- }
-
- ;// ATTENTION - TOUT CE QUI SUIT ET QUI CONCERNE LES INFOS SUR LA MAP
- ;// DOIVENT ETRE PAREILLE A L'ECRAN A6
- new Button
- {
- ;// Arcade - Pour les info de Map
- x 0.17
- y 0.75 ;0.71
- size_x 0.35
- size_y 0.21
- state_normal ActionAnimableImage
- {
- list ("data/menus/i_arcade_ovale.nif")
- }
- }
- new FastFont
- {
- ;// Titre de la map dans le haut
- name "arcade_cs_map_preview_text"
- x 0.34
- y 0.865 ;0.824
- auto_center 1
- ratio 0.27
- text "Arizona"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Commentaire.. explication... sais pas ?
- name "arcade_cs_map_preview_comment"
- x 0.34
- y 0.795 ;0.752
- ratio 0.27
- text "Short"
- initial_color <1,1,1,1>
- }
- new Button
- {
- ;// Map preview
- name "arcade_cs_map_preview_button"
- x 0.51 ;0.53
- y 0.75 ;0.715
- z 0.9
- size_x 0.26
- size_y 0.19
- }
-
- ;// ***** BEGIN "CLASSE DE KART" *****
-
- new MenuButton
- {
- x 0.26
- y 0.525
- z 0.9
- size_x 0.17 ;0.21
- size_y 0.15 ;0.20
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
-
- new MenuButton
- {
- ;//Image de check
- name "classe_de_kart_cs"
- x 0.3
- y 0.590
- size_x 0.024
- size_y 0.04
- normal_image "data/menus/i_coche_oui.nif"
- highlight_image ""
- }
-
- new FastFont
- {
- ;// Texte : Classe de kart
- x 0.34
- y 0.635
- auto_center 1
- ratio 0.205
- text "Kart Class"
- initial_color <1,1,1,1>
- }
-
- new FastFont
- {
- name "classe_100cc"
- x 0.35
- y 0.595
- ratio 0.22
- text "100cc"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- request_type 2009
- }
- }
-
- new FastFont
- {
- name "classe_125cc"
- x 0.35
- y 0.565
- ratio 0.22
- text "125cc"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- request_type 2010
- }
- }
-
- new FastFont
- {
- name "classe_250cc"
- x 0.35
- y 0.535
- ratio 0.22
- text "250cc"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- request_type 2011
- }
- }
-
- ;// ***** END "CLASSE DE KART" *****
-
- new List
- {
- name "course_simple_liste"
- x 0.44 ;0.38
- y 0.375 ;0.34
- z 0.9
- size_x 0.35
- size_y 0.3 ;0.33
- background "data/menus/i_carre_listbox.nif"
-
- ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
- ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
- SliderFile "data/menus/i_progress_bouton.nif"
- SliderBackGndFile "data/menus/i_progress_bar.nif"
- ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
- ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
-
- selection_type 3
- display_type 1
- }
-
-
- new FastFont
- {
- ;// Nombre de tours - caption
- x 0.89
- y 0.76
- auto_center 1
- ratio 0.205
- text "Number of laps"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Nombre de tours
- name "arcade_cs_nbrtours"
- x 0.89 ;0.838
- y 0.715 ;0.64
- auto_center 1
- ratio 0.25 ;0.35
- text "02"
- initial_color <0,0.66,1,1>
- }
- new MenuButton
- {
- ;// Fleche vers la gauche
- name "arcade_cs_tour_fleche_moins"
- x 0.83
- y 0.71 ;0.64
- size_x 0.045
- size_y 0.045
- normal_image "data/menus/i_triangle_orange.nif"
- highlight_image "data/menus/i_triangle_bleu.nif"
-
- ;// eARCADE_TOUR_MOINS
- state_manager "2001"
- }
- new MenuButton
- {
- ;// Fleche vers la droite
- name "arcade_cs_tour_fleche_plus"
- x 0.905
- y 0.71 ;0.64
- size_x 0.045
- size_y 0.045
- normal_image "data/menus/i_triangle_orange_flip.nif"
- highlight_image "data/menus/i_triangle_bleu_flip.nif"
-
- ;// eARCADE_TOUR_PLUS
- state_manager "2000"
- }
-
- new MenuButton
- {
- name "background_nombre_de_tours"
- x 0.805
- y 0.70
- z 0.9
- size_x 0.17
- size_y 0.1
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
-
- new FastFont
- {
- ;// Nombre de voitures - caption
- x 0.89 ;0.74
- y 0.64
- auto_center 1
- ratio 0.205
- text "Number of karts"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Nombre de voitures
- name "arcade_cs_nbrvoitures"
- x 0.89 ;0.838
- y 0.595
- auto_center 1
- ratio 0.25
- text "12"
- initial_color <0,0.66,1,1>
- }
- new MenuButton
- {
- ;// Fleche vers la gauche
- name "arcade_cs_voiture_fleche_moins"
- x 0.83 ;0.795
- y 0.59 ;0.54
- size_x 0.045
- size_y 0.045
- normal_image "data/menus/i_triangle_orange.nif"
- highlight_image "data/menus/i_triangle_bleu.nif"
-
- ;// eARCADE_NB_CAR_MOINS
- state_manager "2002"
- }
- new MenuButton
- {
- ;// Fleche vers la droite
- name "arcade_cs_voiture_fleche_plus"
- x 0.905 ;0.87
- y 0.59 ;0.54
- size_x 0.045
- size_y 0.045
- normal_image "data/menus/i_triangle_orange_flip.nif"
- highlight_image "data/menus/i_triangle_bleu_flip.nif"
-
- ;// eARCADE_NB_CAR_PLUS
- state_manager "2003"
- }
-
- new MenuButton
- {
- name "background_nombre_de_voitures"
- x 0.805
- y 0.58
- z 0.9
- size_x 0.17
- size_y 0.1
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
-
- new MenuButton
- {
- name "background_prΘvision_mΘtΘo"
- x 0.805
- y 0.36
- z 0.9
- size_x 0.17
- size_y 0.20
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
-
- new FastFont
- {
- ;// TempΘrature extΘrieure
- x 0.89 ;0.74
- y 0.52
- auto_center 1
- ratio 0.205
- text "Weather Forecast"
- initial_color <1,1,1,1>
- }
- new Button
- {
- ;// Image de Check
- name "arcade_cs_check_temp"
- x 0.835
- y 0.435
- size_x 0.024
- size_y 0.04
-
- state_normal ActionAnimableImage
- {
- list ("data/menus/i_coche_oui.nif")
- }
- }
- new FastFont
- {
- ;// Ensoleillee
- name "arcade_cs_ensoleillee"
- x 0.88 ;0.81
- y 0.475
- ratio 0.23
- text "Sunny"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- ;eARCADE_CS_ENSOLEILLEE
- request_type 2004
- }
- }
- new FastFont
- {
- ;// Moderee
- name "arcade_cs_moderee"
- x 0.88 ;0.81
- y 0.44
- ratio 0.23
- text "Fog"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- ;// eARCADE_CS_MODEREE
- request_type 2005
- }
- }
- new FastFont
- {
- ;// Pluvieux
- name "arcade_cs_pluvieux"
- x 0.88 ;0.81
- y 0.405
- ratio 0.23
- text "Rain"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- ;// eARCADE_CS_PLUVIEUX
- request_type 2006
- }
- }
- new FastFont
- {
- ;// Variable
- name "arcade_cs_variable"
- x 0.88 ;0.81
- y 0.37
- ratio 0.23
- text "Variable"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- ;// eARCADE_CS_VARIABLE
- request_type 2007
- }
- }
- new Button
- {
- ;// Race selector (Blue circle)
- x 0.48
- y 0.177
- z 0.9
- size_x 0.3
- size_y 0.17
-
- state_normal ActionAnimableImage
- {
- list ("data/menus/i_ovale_start.nif")
- }
- }
- new FastFont
- {
- ;// Course
- x 0.6
- y 0.23
- ratio 0.5
- text "Race"
-
- on_click ActionStateManagerInterface
- {
- ; eARCADE_CS_COURSE
- request_type 2012
- }
-
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- }
- new MenuButton
- {
- ;// Retour
- x 0.74
- y 0.07
- text "Main"
- text2 "Menu"
-
- ;eCHAMPIONSHIP_CONFIRM_RETURN
- state_manager "1210"
- }
- }
-
- ;//********* MENU ARCADE - CHAMPIONNAT SELECTION PISTES *********
- new Container
- {
- name "container_arcade_championnat_selection"
- z 1
-
- background "data/menus/i_bg_arcade_640_0.nif"
-
- on_idle ActionIdleManager
- {
- ; eMENU_AR_CHAMPIONNAT_SELECTION
- current_menu 1015
- }
-
- new MenuButton
- {
- name "titre_fenetere_arcade_championnat"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Arcade"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new MenuButton
- {
- ;//background_nombre_de_course
- x 0.44
- y 0.69
- z 0.9
- size_x 0.35
- size_y 0.04
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new FastFont
- {
- ;// Nombre de course
- x 0.4625
- y 0.695
- ratio 0.22
- text "No. of races selected :"
- }
- new FastFont
- {
- ;// Nombre de course
- name "arcade_nbr_course"
- x 0.74
- y 0.6925
- ratio 0.30
- text ""
- initial_color <1,1,1,1>
- }
-
- new MenuButton
- {
- ;//Background_classe_de_kart
- x 0.26
- y 0.525
- z 0.9
- size_x 0.17 ;0.21
- size_y 0.15 ;0.20
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
-
- new FastFont
- {
- ;// Texte : Classe de kart
- x 0.34
- y 0.635
- auto_center 1
- ratio 0.205
- text "Kart Class"
- initial_color <1,1,1,1>
- }
-
- new FastFont
- {
- name "arcade_champ_100cc_button"
- x 0.35
- y 0.595
- ratio 0.22
- text "100cc"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- request_type 2009
- }
- }
- new FastFont
- {
- name "arcade_champ_125cc_button"
- x 0.35
- y 0.565
- ratio 0.22
- text "125cc"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- request_type 2010
- }
- }
- new FastFont
- {
- name "arcade_champ_250cc_button"
- x 0.35
- y 0.535
- ratio 0.22
- text "250cc"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- on_click ActionStateManagerInterface
- {
- request_type 2011
- }
- }
- new MenuButton
- {
- ;//Image de check
- name "classe_de_kart_champ"
- x 0.3
- y 0.590
- size_x 0.024
- size_y 0.04
- normal_image "data/menus/i_coche_oui.nif"
- highlight_image ""
- }
-
- ;// ATTENTION - TOUT CE QUI SUIT ET QUI CONCERNE LES INFOS SUR LA MAP
- ;// DOIVENT ETRE PAREILLE A L'ECRAN A6
- new Button
- {
- ;// Arcade - Pour les info de Map
- x 0.17
- y 0.75
- size_x 0.35
- size_y 0.21
- state_normal ActionAnimableImage
- {
- list ("data/menus/i_arcade_ovale.nif")
- }
- }
- new FastFont
- {
- ;// Titre de la map dans le haut
- name "arcade_champ_map_preview_text"
- x 0.34 ;0.195
- y 0.865 ;0.824
- auto_center 1
- ratio 0.27
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Commentaire.. explication... sais pas ?
- name "arcade_champ_map_preview_comment"
- x 0.34
- y 0.795
- ratio 0.27
- initial_color <1,1,1,1>
- }
- new Button
- {
- ;// Map preview
- name "arcade_champ_map_preview_button"
- x 0.51
- y 0.75
- z 0.9
- size_x 0.26
- size_y 0.19
- }
- new List
- {
- name "arcade_championnat_championnat_liste"
- x 0.44
- y 0.375
- z 0.9
- size_x 0.35
- size_y 0.3
- background "data/menus/i_carre_listbox.nif"
-
- ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
- ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
- SliderFile "data/menus/i_progress_bouton.nif"
- SliderBackGndFile "data/menus/i_progress_bar.nif"
- ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
- ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
-
- selection_type 1
- display_type 1
- }
- new FastFont
- {
- ;// Nombre de tours - caption
- x 0.89
- y 0.64
- auto_center 1
- ratio 0.205
- text "Number of laps"
- initial_color <1,1,1,1>
- }
- new FastFont
- {
- ;// Nombre de tours
- name "arcade_champ_nbrtours"
- x 0.89
- y 0.59
- auto_center 1
- ratio 0.25 ;0.35
- text "02"
- initial_color <0,0.66,1,1>
- }
- new MenuButton
- {
- ;// Fleche vers la gauche
- name "arcade_champ_tour_fleche_moins"
- x 0.83 ;0.795
- y 0.585 ;0.54
- size_x 0.045
- size_y 0.045
- normal_image "data/menus/i_triangle_orange.nif"
- highlight_image "data/menus/i_triangle_bleu.nif"
-
- ;// eARCADE_TOUR_MOINS
- state_manager "2001"
- }
- new MenuButton
- {
- ;// Fleche vers la droite
- name "arcade_champ_tour_fleche_plus"
- x 0.905 ;0.87
- y 0.585 ;0.54
- size_x 0.045
- size_y 0.045
- normal_image "data/menus/i_triangle_orange_flip.nif"
- highlight_image "data/menus/i_triangle_bleu_flip.nif"
-
- ;// eARCADE_TOUR_PLUS
- state_manager "2000"
- }
- new MenuButton
- {
- name "background_nombre_de_tours"
- x 0.805
- y 0.575
- z 0.9
- size_x 0.17
- size_y 0.1
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new FastFont
- {
- ;// TempΘrature extΘrieure
- x 0.89 ;0.74
- y 0.52 ;0.49
- auto_center 1
- ratio 0.205 ;0.3
- text "Weather Forecast"
- initial_color <1,1,1,1>
- }
- new Button
- {
- ;// Image de Check
- name "arcade_champ_check_temp"
- x 0.835 ;0.76
- y 0.435
- size_x 0.024 ;0.034
- size_y 0.04 ;0.05
-
- state_normal ActionAnimableImage
- {
- list ("data/menus/i_coche_oui.nif")
- }
- }
- new FastFont
- {
- ;// Ensoleillee
- name "arcade_champ_ensoleillee"
- x 0.88 ;0.81
- y 0.475 ;0.44
- ratio 0.23
- text "Sunny"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- ;eARCADE_CS_ENSOLEILLEE
- request_type 2004
- }
- }
- new FastFont
- {
- ;// Moderee
- name "arcade_champ_moderee"
- x 0.88 ;0.81
- y 0.44 ;0.4
- ratio 0.23
- text "Fog"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- ;// eARCADE_CS_MODEREE
- request_type 2005
- }
- }
- new FastFont
- {
- ;// Pluvieux
- name "arcade_champ_pluvieux"
- x 0.88
- y 0.405
- ratio 0.23
- text "Rain"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- ;// eARCADE_CS_PLUVIEUX
- request_type 2006
- }
- }
- new FastFont
- {
- ;// Variable
- name "arcade_champ_variable"
- x 0.88
- y 0.37
- ratio 0.23
- text "Variable"
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
-
- on_click ActionStateManagerInterface
- {
- ;// eARCADE_CS_VARIABLE
- request_type 2007
- }
- }
- new MenuButton
- {
- name "background_prΘvision_mΘtΘo"
- x 0.805
- y 0.36
- z 0.9
- size_x 0.17
- size_y 0.20
- normal_image "data/menus/i_carre_listbox.nif"
- highlight_image ""
- }
- new MenuButton
- {
- name "arcade_championnat_creer_accepter"
- ;// Accepter
- x 0.7
- y 0.07
- text "Accept"
-
- ;eARCADE_CHAMP_GO
- state_manager "2021"
- }
- new MenuButton
- {
- ;// Retour
- x 0.85
- y 0.07
- text "Main"
- text2 "Menu"
-
- change_script "menu_principal.txt"
- change_container "container_menu_principal"
- }
- }
-
-